home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hy-Hyperi / HyperCard Class.cpt / HyperCard Class / HyperCard Class / card_28169.txt < prev    next >
Encoding:
Text File  |  1990-09-03  |  1.5 KB  |  69 lines

  1. -- card: 28169 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 6889
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=14 top=80 right=128 bottom=103
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 32488 / 32488
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Up Arrow Example
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual wipe up slowly
  23.   go next
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8000
  31. -- rect: left=106 top=80 right=129 bottom=212
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 2335 / 2335
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Down Arrow Example
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual wipe down slowly
  43.   go prev
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part contents for background part 15
  49. ----- text -----
  50. Page 4 of 10
  51.  
  52. -- part contents for background part 2
  53. ----- text -----
  54. NAVIGATION
  55.  
  56. -- part contents for background part 3
  57. ----- text -----
  58.  
  59.  
  60.  
  61.  
  62. Click on these arrows and see what happens. Do you like this effect for this stack? Can you think of a stack design in which this visual effect would be appropriate? You can move either  back or forward by using the GoBack and Continue buttons below.
  63.  
  64. -- part contents for background part 17
  65. ----- text -----
  66.  
  67.  
  68.  
  69. Other types of navigation buttons will take you back to a main card or a title page. Examples of these types are below in the Master Menu, Class I and Class II buttons.